Before Start Transaction Callback
The callback that is invoked before the network transaction starts.
The callback can be used to override the HTTP headers before they are sent out.
Use the override method to modify the HTTP headers.
Use the proceed method if you do not need to modify the headers.
If the callback throws an exception, the proceed method will be invoked.
Types
Link copied to clipboard
interface Params
The parameters of the BeforeStartTransactionCallback.
Link copied to clipboard
interface Response
A response for BeforeStartTransactionCallback.